home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / syncrnet / smeg_001.zip / SMEG@X01.ZIP / SMEG@.DOC < prev    next >
Text File  |  1996-04-01  |  4KB  |  114 lines

  1.  
  2. ▄▀▀▀▄                  ▄▀▀▀▀▄
  3. ▀▄▄▄  █▄ ▄█ ▄▀▀▀ ▄▀▀▀▄ █ █▀▀█
  4. ▄   █ █ █ █ █▀▀  ▀▄▄▄█ █ ▀▀▀▀
  5.  ▀▀▀  ▀   ▀  ▀▀▀  ▄▄▄▀  ▀▀▀▀  v1.0
  6.  
  7. Network Address Book module for Synchronet BBS systems
  8.  
  9. Synchronet v2.2 or higher is required.
  10.  
  11. Features
  12. ~~~~~~~~
  13. - Easy Installation
  14. - 100% Baja & Synchronet Specific
  15. - Up To 99 Addresses Per Book
  16. - Automagic Custom Menus
  17. - Case Insensitive Text Searches Of Books
  18. - Ability To Copy Addresses Between QWK And Personal Book
  19. - Extremely Easy To Use
  20. - Help Files To Explain All Functions
  21. - Fidonet Nodelist Browser Support
  22. - Uses NODES.DAT And USERS.DAT For QWK Networks
  23.  
  24. Disclaimer
  25. ~~~~~~~~~~
  26. This program is provided "as is". There are no warranties, expressed or
  27. implied, with this program. The author and/or SNB Data Systems Inc. will
  28. NOT be held liable for any direct, indirect, incidental, accidental, or
  29. consequential damage resulting from the use of this program. Your use of
  30. this program constitutes your AGREEMENT to this disclaimer and your release
  31. of the author and/or SNB Data Systems Inc. from any form of liability.
  32. After a reasonable length of time, suited to the evaluation of this program,
  33. you are required to either register this program, or delete all traces of
  34. this program from your hard drive.
  35.  
  36. Files Contained In The SmegMart Archive
  37. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  38. FILE_ID.DIZ     Description
  39. SMEG@.DOC       This File
  40. SMEG@.BIN       The Compiled Program
  41.  
  42. Installation Instructions
  43. ~~~~~~~~~~~~~~~~~~~~~~~~~
  44. 1) You should have already ran SINSTALL.BIN which created all directories
  45.    needed, and placed all files in their proper locations.
  46.    SINSTALL.BIN takes care of anything that's mildly confusing, so if you
  47.    didn't install via SMINSTALL.BIN, go back and do it.
  48.  
  49. 2) You should setup up Smeg@ to run as a menu option fom the E-Mail Menu
  50.  
  51.    Edit your command shell(s) in the E-Mail section
  52.    From:
  53.         cmdkey N
  54.                 no_yes "\r\nAttach a file"
  55.                 if_true
  56.                         mail_send_netmail
  57.                 else 
  58.                         mail_send_netfile
  59.                         end_if
  60.                 end_cmd
  61.    To:
  62.         cmdkey N
  63.                 no_yes "\r\nAttach a file"
  64.                 if_true
  65.                         exec_bin smeg@
  66.                 else 
  67.                         mail_send_netfile
  68.                         end_if
  69.                 end_cmd
  70.         
  71.    (I'll add file attach support later if needed)
  72.    See your BAJA.DOC for more help.
  73.  
  74. Custom Menus
  75. ~~~~~~~~~~~~
  76. Smeg@ will look for a Ctrl-A .ASC file in the SMEG@ directory
  77. matching the current command shell. If an .ASC file matching the current
  78. command shell's internal code isn't found, the DEFAULT.ASC will be displayed.
  79. If you want to add a custom menu, just make one up and drop it in the
  80. SMEG@ directory. Be sure to name it "<internal code>.ASC" where the
  81. internal code is the internal code of your shell.
  82. An example:
  83.         I made my own custom command shell with an internal code "SMOOTH".
  84.         You'll notice that there's a file named "SMOOTH.ASC" in the SMEG@
  85.         directory. It's that easy :)
  86.  
  87. Fidonet Nodelist Browser Support
  88. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  89. If you want to use an external fidonet nodelist browser (as I do), just
  90. set it up as an external program with the internal code FIDOBOOK. If you've
  91. already got one setup, just change the internal code and you're set. If you
  92. don't have fidonet or a similiar FTN, you'd probably want to remove the
  93. option from the menus. It won't hurt anything either way.
  94.  
  95. QWK Nodelist/Userlist
  96. ~~~~~~~~~~~~~~~~~~~~~
  97. If you're a node in a QWK network you should have in your \SBBS\DATA\QNET
  98. directory, two files named NODES.DAT and USERS.DAT. Smeg@ will automatically
  99. use these if found.
  100.  
  101. Other Notes
  102. ~~~~~~~~~~~
  103. - I hope you read this carefully :)
  104. - File attach/Netfile support is not in this version. Personally I've never
  105.   had the need, but if requested, I'll add it in the next version.
  106. - I have no clue how to address internet e-mail through fidonet since I just
  107.   use NetXpress. If it's a problem, then someone could prolly explain it to
  108.   me and I'll do something about it.
  109. - Thanks to the beta guys
  110. - For a complete list of SmegWare programs, FREQ "SMEGWARE" via fido from
  111.   Smooth Noodle Boot @ 1:353/715
  112. - Check Out SMEGWARE.LST in the the current directory for a list of all
  113.   SmegWare programs and descriptions
  114.